about dialog: remove unnecessary guards
authorMatthias Clasen <mclasen@redhat.com>
Sat, 8 Aug 2020 13:35:25 +0000 (09:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 8 Aug 2020 15:48:32 +0000 (11:48 -0400)
We decided to undeprecate gtk_window_present,
so no deprecation guards needed.

gtk/gtkaboutdialog.c

index 66887e2b6693df24961d8ec9d111830eab5d78e5..d7dfd985f7e692398f3f4663377ca7e8c6ddb959 100644 (file)
@@ -2319,9 +2319,7 @@ gtk_show_about_dialog (GtkWindow   *parent,
 
     }
 
-  G_GNUC_BEGIN_IGNORE_DEPRECATIONS
   gtk_window_present (GTK_WINDOW (dialog));
-  G_GNUC_END_IGNORE_DEPRECATIONS
 }
 
 /**